home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / AVOGADRO / GRAPHING / 3D_FUNCTION_EDIT / !3DFNEdit / !Run < prev    next >
Text File  |  1996-05-15  |  662b  |  25 lines

  1. | > !3DFnEdit.!Run
  2. |
  3. |
  4. | by Chris Johnson
  5. |
  6. RMEnsure UtilityModule 3.10 Error This application is only suitable for use with RISC OS 3.10 or later versions
  7. |
  8. If "<3DFNEdit$Running>" = "yes" Then Error "3DFNEdit is already running"
  9. |
  10. IconSprites <Obey$Dir>.!Sprites
  11. |
  12. | Find path to file
  13. Set 3DFnEdit$Dir <Obey$Dir>
  14. |
  15. set temp$flag 1
  16. RMEnsure CJWimpUtil 0 set temp$flag 0
  17. RMEnsure CJWimpUtil 0.17 if "<temp$flag>" = "1" Then Error 0 Old CJWimpUtil module installed Else RMLoad <Obey$Dir>.cjWimpUtil
  18. RMEnsure CJWimpUtil 0.17 Error You need the CJWimpUtil module installed
  19. |
  20. |
  21. | Check memory allocation
  22. WimpSlot -min 72K -max 72K
  23. |
  24. Run <3DFnEdit$Dir>.!RunImage %*0
  25.